home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1998 June / Designer's Club 1998 June.iso / mac / Idea Source@ / Teaser.Dir / 00024.ls < prev    next >
Encoding:
Text File  |  1998-04-28  |  186 b   |  10 lines

  1. on exitFrame
  2.   global time
  3.   cursor(200)
  4.   set the locH of sprite 12 to the mouseH
  5.   set the locV of sprite 12 to the mouseV
  6.   updateStage()
  7.   set time to random(180)
  8.   startTimer()
  9. end
  10.